Bitwise Left Shift Operator (<<) (JScript 5.6)

Left shifts the bits of an expression.

result = expression1 << expression2

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also